From cc0943ffa0c16d894c701e3cb793338c5ff375ed Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 24 May 2005 22:20:55 +0000 Subject: [PATCH] bitkeeper revision 1.1542 (4293a8c7-PlifEtxsu3aPbHV3Xl_yA) Makefile: Revert previous build "optimization" -- we need check-for-zlib and more importantly mk-symlinks done before we try to build, otherwise a highly parallel make (-j 20) fails miserably. Signed-off-by: Christian Limpach --- tools/libxc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 7f85858d85..598abedb7d 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -45,7 +45,8 @@ PIC_OBJS := $(patsubst %.c,%.opic,$(SRCS)) LIB := libxc.a libxc.so libxc.so.$(MAJOR) libxc.so.$(MAJOR).$(MINOR) all: build -build: check-for-zlib mk-symlinks $(LIB) +build: check-for-zlib mk-symlinks + $(MAKE) $(LIB) check-for-zlib: @if [ ! -e /usr/include/zlib.h ]; then \ -- 2.30.2